home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 2
/
Merciful - Disc 2.iso
/
software
/
d
/
databasev3.1reg.lha
/
db3.1
/
Examples
/
ARexxDemos
/
numbercheck.db
< prev
next >
Wrap
Text File
|
1994-09-17
|
113b
|
5 lines
/* Rexxprogram for db that warns for numbers above 10 */
options results
GETFIELD
if result > 10 then RETRYINPUT